-
Home
-
PayPal Zettle POS for WooCommerce
-
1.6.0
-
Code
-
Classes
- StateMachine
Total Complexity |
42 |
Dependencies |
10 |
Dependents |
0 |
Total lines |
300 |
Lines of code |
156 |
Logical lines of code |
84 |
Comment lines |
78 |
Methods |
15 |
Properties |
7 |
Methods 15
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
can() |
A |
50 |
8 |
29 |
setCurrentState() |
S |
56 |
6 |
17 |
apply() |
S |
51 |
5 |
29 |
handle() |
S |
56 |
4 |
20 |
addTransition() |
S |
64 |
3 |
10 |
getState() |
S |
64 |
3 |
9 |
initialState() |
S |
68 |
3 |
8 |
initialize() |
S |
68 |
2 |
7 |
transition() |
S |
70 |
2 |
6 |
__construct() |
S |
77 |
1 |
4 |
addState() |
S |
76 |
1 |
4 |
currentState() |
S |
82 |
1 |
3 |
availableTransitions() |
S |
81 |
1 |
3 |
transitions() |
S |
82 |
1 |
3 |
addGuard() |
S |
76 |
1 |
4 |